home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / util / misc / cookie21.lha / Cookie / r250.h < prev    next >
Text File  |  1995-08-22  |  197b  |  8 lines

  1. /*** Function prototypes for R250 random number generator, by W. L. Maier  ***/
  2. void r250_init(short);
  3. unsigned short r250(void);
  4. unsigned short r250n(unsigned short);
  5. #if 0
  6. double dr250();
  7. #endif
  8.